home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / Version < prev    next >
Text File  |  1995-04-04  |  3KB  |  83 lines

  1.  
  2.  
  3.  
  4.      Version(V1.3, 2.x, 3.x in C:)
  5.  
  6.  
  7.      NAME
  8.           Version - Report version numbers of current system software.
  9.  
  10.      SYNOPSIS
  11.           1.3:
  12.           Version [libraryname or devicename] [versionnum] [revisionnum]
  13.                   [unitnum]
  14.  
  15.           2.x/3.x:
  16.           Version [libraryname or devicename or filename] [version_num]
  17.                   [revision_num] [unit_num] [FILE] [INTERNAL] [RES]
  18.                   [FULL]
  19.  
  20.      DESCRIPTION
  21.             By default, Version reports the current versions of 
  22.         Kickstart, Workbench and arp.library in use on your 
  23.         Amiga.  This is the same as using the Workbench menu 
  24.         selection "About...".  If you specify a name (which may 
  25.         be a library or a device), Version attempts to find out 
  26.         which version the system will use when accessed.
  27.  
  28.  
  29.      OPTIONS
  30.           libraryname or devicename or filename
  31.             The complete path and name of the library, device, or 
  32.         file whose version you want to check. You can only check 
  33.         file version numbers under 2.x/3.x. If you don't specify 
  34.         this keyword, the Version number of the kickstart and 
  35.         Workbench will show up.
  36.  
  37.           Version_Num
  38.             Accepts a numeric argument.  If the version of the 
  39.         library or device in question is not the same as this 
  40.         argument, the return code will be set to WARN.
  41.  
  42.           Revision_Num
  43.             Like VERSION, but checks the revision number of the 
  44.         specified library or device.
  45.  
  46.           Unit_num
  47.             Useful only with some devices, to access a unit other 
  48.         than zero.
  49.  
  50.           RES
  51.             This lets you find the version number of a resident 
  52.         command.
  53.  
  54.           Full
  55.             Allows version to print out the entire versin string, 
  56.         including the date.
  57.  
  58.      EXAMPLE
  59.  
  60.         1. To get the complete version of the Kickstart and 
  61.            Workbench disks used:
  62.  
  63.           Version
  64.          (This is what it will return:)
  65.           Kickstart version 33.180. Workbench version 33.44. ARP
  66.           version 39.1
  67.  
  68.           Note that the above values may be different depending on
  69.           what versions of each software you are running.
  70.  
  71.         2. To check to see if the version of ReqTools is greater
  72.            than 37. Print a warning if it isn't:
  73.  
  74.          Version >Nil: ReqTools.library Version=37 Revision=35
  75.          IF Warn
  76.             ECHO "ReqTools library version below 37."
  77.          ENDIF
  78.  
  79.      1.3 CAUTION!!!
  80.       You should not run VERSION indiscriminately on files
  81.       which are not in the libs: or devs: directories, or your
  82.       system may GURU.
  83.